]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2-return-enomem-when-sb_getblk-fails-update
authorJoseph Qi <joseph.qi@huawei.com>
Tue, 5 Nov 2013 05:55:01 +0000 (16:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:55:01 +0000 (16:55 +1100)
commit8bf2098526901c9991d22d6b8b5ad713b9b6d09d
tree8c47eb618372e9f2d1495f511638d6e92c005ade
parent309bb2d0122948af3072d3415ebda39edac5d346
ocfs2-return-enomem-when-sb_getblk-fails-update

ocfs2_symlink_get_block in aops.c, and ocfs2_read_blocks_sync and
ocfs2_read_blocks in buffer_head_io.c need do the same change for
consistency.

Cc: Rui Xiang <rui.xiang@huawei.com>
Cc: Jie Liu <jeff.liu@oracle.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/aops.c
fs/ocfs2/buffer_head_io.c