diff options
author | Jan Kara <jack@suse.cz> | 2010-10-20 17:42:44 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2011-01-06 17:03:54 +0100 |
commit | 49521de119d326d04fb3736ab827e12e1de966d0 (patch) | |
tree | a57de8b903d2f6b43b8ec689b617ba2dc333e98e /include/crypto | |
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>
Diffstat (limited to 'include/crypto')
0 files changed, 0 insertions, 0 deletions