]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove redundant null check in btrfs_dentry_release()
authorDaeseok Youn <daeseok.youn@gmail.com>
Mon, 14 Apr 2014 06:37:02 +0000 (15:37 +0900)
committerChris Mason <clm@fb.com>
Tue, 10 Jun 2014 00:20:31 +0000 (17:20 -0700)
commitd0947a51f36748204dea1a81e774ef7d38dc8af6
tree2843ccc70e6413b4d36f2df7548ff26a532a6870
parent35c1cf51790bdd31f20c58f8b518e0201e08ae4a
btrfs: remove redundant null check in btrfs_dentry_release()

It doesn't need to check NULL for kfree()

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/inode.c