]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit6bd92a239fc71ea26eb1dab3aece5eaaa99d4ef7
tree675da1fb11cb8e36edbfb098ac07c0861f6b51f2
parent36731410834e08c7d15c3980abd6cc4c563c2e87
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