FreeBSD Bugzilla – Attachment 161183 Details for
Bug 203201
on zfs extattr behaviour broken after unlink
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
completely untested patch
file_203201.txt (text/plain), 617 bytes, created by
Andriy Gapon
on 2015-09-19 09:52:43 UTC
(
hide
)
Description:
completely untested patch
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2015-09-19 09:52:43 UTC
Size:
617 bytes
patch
obsolete
>diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c >index f7c2b6a7e67da..6b3c8b0bc4db8 100644 >--- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c >+++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_dir.c >@@ -222,7 +222,7 @@ zfs_dirent_lock(zfs_dirlock_t **dlpp, znode_t *dzp, char *name, znode_t **zpp, > > mutex_enter(&dzp->z_lock); > for (;;) { >- if (dzp->z_unlinked) { >+ if (dzp->z_unlinked && !(flag & ZXATTR)) { > mutex_exit(&dzp->z_lock); > if (!(flag & ZHAVELOCK)) > rw_exit(&dzp->z_name_lock);
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 203201
:
161182
| 161183 |
161184