[XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity
authorEric Sesterhenn <snakebyte@gmx.de>
Tue, 27 Jun 2006 22:42:26 +0000 (08:42 +1000)
committerNathan Scott <nathans@sgi.com>
Tue, 27 Jun 2006 22:42:26 +0000 (08:42 +1000)
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 <snakebyte@gmx.de>
Signed-off-by: Nathan Scott <nathans@sgi.com>

No differences found