nilfs2: remove buffer locking in nilfs_mark_inode_dirty
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Tue, 10 Nov 2009 16:28:48 +0000 (01:28 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Fri, 20 Nov 2009 01:05:47 +0000 (10:05 +0900)
This lock is eliminable because inodes on the buffer can be updated
independently.  Although a log writer also fills in bmap data on the
on-disk inodes, this update is exclusively done by a log writer lock.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/inode.c

Simple merge