commit | 49521de119d326d04fb3736ab827e12e1de966d0 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Oct 20 17:42:44 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Jan 06 17:03:54 2011 +0100 |
tree | a57de8b903d2f6b43b8ec689b617ba2dc333e98e | |
parent | f2a6cc1f146465e13f31d9163d542d1facf4e203 [diff] |
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>