[XFS] Check return value of xfs_buf_get_noaddr()
authorLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 5 Dec 2008 02:16:15 +0000 (13:16 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 5 Dec 2008 02:16:15 +0000 (13:16 +1100)
commitc6422617a1c0d7787e515748b01f594fe43aea98
treec9ca43adf13df72cbc4cf861da8c3b0439bc602a
parent6a0775a991d5597ce98f1e15373288ea133cc793
[XFS] Check return value of xfs_buf_get_noaddr()

We check the return value of all other calls to xfs_buf_get_noaddr().
Make sense to do it here too.

Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Reviewed-by: Christoph Hellwig <hch@infradead.org>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
fs/xfs/xfs_vnodeops.c