dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/isofs
Jan Kara d769b3c2ab isofs: Remove global fs lock
sbi->s_mutex isn't needed for isofs at all so we can just remove it. Generally,
since isofs is always mounted read-only, filesystem structure cannot change
under us.  So buffer_head contents stays constant after it's filled in. That
leaves us with possible changes of global data structures. Superblock changes
only during filesystem mount (even remount does not change it), inodes are only
filled in during reading from disk. So there are no changes of these structures
to bother about.

Arguments why sbi->s_mutex can be removed at each place:
isofs_readdir: Accesses sb, inode, filp, local variables => s_mutex not needed
isofs_lookup: Protected by directory's i_mutex. Accesses sb, inode, dentry,
  local variables => s_mutex not needed
rock_ridge_symlink_readpage: Protected by page lock. Accesses sb, inode,
  local variables => s_mutex not needed.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-07-22 19:42:12 -04:00
..
Kconfig
Makefile
compress.c zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size 2009-12-10 15:02:49 +01:00
dir.c isofs: Remove global fs lock 2011-07-22 19:42:12 -04:00
export.c exportfs: Return the minimum required handle size 2011-03-14 09:15:28 -04:00
inode.c isofs: Remove global fs lock 2011-07-22 19:42:12 -04:00
isofs.h isofs: Remove global fs lock 2011-07-22 19:42:12 -04:00
joliet.c
namei.c isofs: Remove global fs lock 2011-07-22 19:42:12 -04:00
rock.c isofs: Remove global fs lock 2011-07-22 19:42:12 -04:00
rock.h
util.c
zisofs.h