]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Don't check for NULL before brelse()
authorMark Fasheh <mfasheh@suse.com>
Tue, 7 Oct 2008 21:25:16 +0000 (14:25 -0700)
committerMark Fasheh <mfasheh@suse.com>
Tue, 14 Oct 2008 00:02:44 +0000 (17:02 -0700)
commit9f5e81591731eacf08b6ff012932170ba6e4849a
tree9fe0f67e30d7c70d43785827e57736ac01558c24
parentb733b4dfd72a147913d9f51a439c2b2d71e66867
ocfs2: Don't check for NULL before brelse()

This is pointless as brelse() already does the check.

Signed-off-by: Mark Fasheh
12 files changed:
fs/ocfs2/alloc.c
fs/ocfs2/aops.c
fs/ocfs2/dir.c
fs/ocfs2/file.c
fs/ocfs2/inode.c
fs/ocfs2/ioctl.c
fs/ocfs2/journal.c
fs/ocfs2/localalloc.c
fs/ocfs2/namei.c
fs/ocfs2/suballoc.c
fs/ocfs2/super.c
fs/ocfs2/symlink.c