]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: introduce xfs_bmap_last_extent
authorChristoph Hellwig <hch@infradead.org>
Sun, 18 Sep 2011 20:40:53 +0000 (20:40 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Oct 2011 02:15:05 +0000 (21:15 -0500)
commit5438c3a572a3f645854a2d1731a40985bd7ba9f8
treedf658a3a539358117e53026cbd6e4d4f98af7989
parentfcb6ee362cd384395cf508070d437cc250c75e53
xfs: introduce xfs_bmap_last_extent

Add a common helper for finding the last extent in a file.

Largely based on a patch from Dave Chinner.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_bmap.c