]> git.baikalelectronics.ru Git - kernel.git/commit
Change xfs_sb_from_disk() interface to take a mount pointer
authorChandra Seetharaman <sekharan@us.ibm.com>
Mon, 23 Jan 2012 17:31:37 +0000 (17:31 +0000)
committerBen Myers <bpm@sgi.com>
Fri, 3 Feb 2012 17:21:33 +0000 (11:21 -0600)
commit12ee0cfea50b6d2b1a5b441446b2b0a840c048fb
tree675da1fb11cb8e36edbfb098ac07c0861f6b51f2
parent42d99af961ec71542966e7ff86a4829a3c45449c
Change xfs_sb_from_disk() interface to take a mount pointer

Change xfs_sb_from_disk() interface to take a mount pointer
instead of a superblock pointer.

This is to print mount point specific error messages in future
fixes.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h