]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: acknowledge return value of ocfs2_error()
authorGoldwyn Rodrigues <rgoldwyn@suse.de>
Tue, 7 Apr 2015 23:43:57 +0000 (09:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:43:57 +0000 (09:43 +1000)
commit8025b8e2213d29f19309986ee60996b7baee663a
tree506fbe8938aba8f69dcd731ab3216731bef36c47
parentb9201fecb55e09044ec676f2e01cffe23f6fc006
ocfs2: acknowledge return value of ocfs2_error()

Caveat: This may return -EROFS for a read case, which seems wrong.  This
is happening even without this patch series though.  Should we convert
EROFS to EIO?

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/alloc.c
fs/ocfs2/dir.c
fs/ocfs2/inode.c
fs/ocfs2/move_extents.c
fs/ocfs2/refcounttree.c
fs/ocfs2/suballoc.c
fs/ocfs2/xattr.c