From: Eric Sesterhenn Date: Tue, 27 Jun 2006 22:42:26 +0000 (+1000) Subject: [XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity X-Git-Tag: v2.6.18-rc1~459^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73024cf11522c0233228453984b2a2b37885e336;p=pandora-kernel.git [XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity made me look at this code (bug id #344). We only return with XFS_ERROR(EINVAL) if mp->m_rtdev_targp is valid and pass it otherwise to xfs_read_buf() where some function calls later it gets dereferenced by an assert. SGI-PV: 954266 SGI-Modid: xfs-linux-melb:xfs-kern:26363a Signed-off-by: Eric Sesterhenn Signed-off-by: Nathan Scott --- Reading git-diff-tree failed