kill calls to xfs_binval in the mount error path
xfs_binval aka xfs_flush_buftarg is the first thing done in
xfs_free_buftarg, so there is no need to have duplicated calls just
before xfs_free_buftarg in the mount failure path.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Tue May 20 11:46:53 AEST 2008
Workarea: chook.melbourne.sgi.com:/build/dgc/isms/2.6.x-xfs
Inspected by: hch@xxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31197a
fs/xfs/linux-2.6/xfs_super.c - 1.425 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/linux-2.6/xfs_super.c.diff?r1=text&tr1=1.425&r2=text&tr2=1.424&f=h
- kill calls to xfs_binval in the mount error path
|