]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Remove unnecessary check for NULL
authorTobias Klauser <tklauser@distanz.ch>
Fri, 25 Apr 2014 12:58:05 +0000 (14:58 +0200)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:20:23 +0000 (17:20 -0700)
commit0c4d68729953f5f44717708e2eb702113b5fac4b
treeafe32ce463f6b45cc77783f2f2525aebc5b9d0f8
parentd1eae742aa3c141d7e7756fe4f8cb4b3f1cfd6ec
btrfs: Remove unnecessary check for NULL

iput() already checks for the inode being NULL, thus it's unnecessary to
check before calling.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/scrub.c