aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2008-12-03 12:20:27 +0100
committerNiv Sardi <xaiki@sgi.com>2008-12-04 15:39:21 +1100
commitd9424b3c4a1e96f87c6cfd4d8dd2f8d9bbb4dcc5 (patch)
tree5f849561a23be97f4d90512551405c79f4b44748 /fs/xfs/xfs_log.c
parent5d765b976c3a41faf9a73718fb8cc5833990a8ef (diff)
downloadkernel_samsung_smdk4412-d9424b3c4a1e96f87c6cfd4d8dd2f8d9bbb4dcc5.zip
kernel_samsung_smdk4412-d9424b3c4a1e96f87c6cfd4d8dd2f8d9bbb4dcc5.tar.gz
kernel_samsung_smdk4412-d9424b3c4a1e96f87c6cfd4d8dd2f8d9bbb4dcc5.tar.bz2
stop using igrab in xfs_vn_link
->link is guranteed to get an already reference inode passed so we can do a simple increment of i_count instead of using igrab and thus avoid banging on the global inode_lock. This is what most filesystems already do. Also move the increment after the call to xfs_link to simplify error handling. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <david@fromorbit.com> Signed-off-by: Niv Sardi <xaiki@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_log.c')
0 files changed, 0 insertions, 0 deletions