FreeBSD Bugzilla – Attachment 214336 Details for
Bug 244899
zfs: xattr on a symlink target > 136 causes "bad file descriptor" (on 12.1) and panic on (13 CURRENT) in sa_build_index()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
zfs_vnops.c: VN_OPEN_INVFS
diff.patch (text/plain), 532 bytes, created by
y.freebsd
on 2020-05-10 07:45:31 UTC
(
hide
)
Description:
zfs_vnops.c: VN_OPEN_INVFS
Filename:
MIME Type:
Creator:
y.freebsd
Created:
2020-05-10 07:45:31 UTC
Size:
532 bytes
patch
obsolete
>--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c 2020-05-10 02:39:59.073976991 -0500 >+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c 2020-05-10 02:41:12.257095656 -0500 >@@ -5513,7 +5513,7 @@ > flags = FREAD; > NDINIT_ATVP(&nd, LOOKUP, NOFOLLOW, UIO_SYSSPACE, attrname, > xvp, td); >- error = vn_open_cred(&nd, &flags, VN_OPEN_INVFS, 0, ap->a_cred, NULL); >+ error = vn_open_cred(&nd, &flags, 0, VN_OPEN_INVFS, ap->a_cred, NULL); > vp = nd.ni_vp; > NDFREE(&nd, NDF_ONLY_PNBUF); > if (error != 0) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244899
: 214336