]> Pileus Git - ~andy/linux/commit
xfs: add xfs_ilock_attr_map_shared
authorChristoph Hellwig <hch@infradead.org>
Wed, 18 Dec 2013 10:14:39 +0000 (02:14 -0800)
committerBen Myers <bpm@sgi.com>
Wed, 18 Dec 2013 21:48:44 +0000 (15:48 -0600)
commitefa70be165497826f674846f681e6e2364af906c
tree484e876ef92c632e062ccac613f9a066f4b714db
parent309ecac8e7c937c5811ef8f0efc14b3d1bd18775
xfs: add xfs_ilock_attr_map_shared

Equivalent to xfs_ilock_data_map_shared, except for the attribute fork.

Make xfs_getbmap use it if called for the attribute fork instead of
xfs_ilock_data_map_shared.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h