linux/fs/udf
Jan Kara 49521de119 udf: Remove BKL from udf_update_inode
udf_update_inode() does not need BKL since on-disk inode modifications are
protected by the buffer lock and reading of values of in-memory inode is
safe without any lock. In some cases we can write inconsistent inode state
to disk but in that case inode will be marked dirty and overwritten later.

Also make unnecessarily global udf_sync_inode() static.

Signed-off-by: Jan Kara <jack@suse.cz>
2011-01-06 17:03:54 +01:00
..
Kconfig BKL: introduce CONFIG_BKL. 2010-10-21 15:44:13 +02:00
Makefile
balloc.c
dir.c
directory.c
ecma_167.h
file.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 2010-08-10 11:26:52 -07:00
ialloc.c switch udf to ->evict_inode() 2010-08-09 16:48:19 -04:00
inode.c udf: Remove BKL from udf_update_inode 2011-01-06 17:03:54 +01:00
lowlevel.c
misc.c
namei.c new helper: ihold() 2010-10-25 21:26:11 -04:00
osta_udf.h
partition.c
super.c fs/udf: Use vzalloc 2011-01-06 17:03:53 +01:00
symlink.c
truncate.c
udf_i.h
udf_sb.h udf: Convert UDF_SB(sb)->s_flags to use bitops 2011-01-06 17:03:54 +01:00
udfdecl.h udf: Remove BKL from udf_update_inode 2011-01-06 17:03:54 +01:00
udfend.h
udftime.c
unicode.c