commit | a49762fd119d191dcbb2f638a2dbc2ed53f4e2bb | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Wed Nov 11 01:28:48 2009 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Fri Nov 20 10:05:47 2009 +0900 |
tree | 5cd999854d4b156c7bcd901694998e60b479f6e8 | |
parent | e2073e78575e3690ea3cce67b11b7b1de8e85fd3 [diff] |
nilfs2: remove buffer locking in nilfs_mark_inode_dirty 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>