Searched hist:"49521 de119d326d04fb3736ab827e12e1de966d0" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | udfdecl.h | diff 49521de119d326d04fb3736ab827e12e1de966d0 Wed Oct 20 10:42:44 CDT 2010 Jan Kara <jack@suse.cz> 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>
|
H A D | inode.c | diff 49521de119d326d04fb3736ab827e12e1de966d0 Wed Oct 20 10:42:44 CDT 2010 Jan Kara <jack@suse.cz> 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>
|