-
- Downloads
reiserfs: make per-inode xattr locking more fine grained
The per-inode locking can be made more fine-grained to surround just the interaction with the filesystem itself. This really only applies to protecting reads during a write, since concurrent writes are barred with inode->i_mutex at the vfs level. Signed-off-by:Jeff Mahoney <jeffm@suse.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/reiserfs/xattr.c 53 additions, 61 deletionsfs/reiserfs/xattr.c
- fs/reiserfs/xattr_acl.c 1 addition, 6 deletionsfs/reiserfs/xattr_acl.c
- include/linux/reiserfs_fs_i.h 1 addition, 1 deletioninclude/linux/reiserfs_fs_i.h
- include/linux/reiserfs_xattr.h 0 additions, 22 deletionsinclude/linux/reiserfs_xattr.h
Loading
Please register or sign in to comment