commit | 8b6dd72a441a683cef7ace93de0a57ced4367f00 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Mar 30 14:02:36 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 30 12:16:38 2009 -0700 |
tree | 6bdeebd3a35d71db2c7ea3e48e3f617b5efbd81a | |
parent | d984561b326cd0fe0d1183d11b9b4fa1d011d21d [diff] |
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>