]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
fs/hugetlbfs/inode.c: remove null test before kfree
authorFabian Frederick <fabf@skynet.be>
Wed, 4 Jun 2014 23:10:40 +0000 (16:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:11 +0000 (16:54 -0700)
commit6e6870d4fd19e25332e7d975604497c8568949d9
treeb509e57a21956f979e40c1fcb04dbf9f54cde354
parentbe1d2cf5e36b1de3c8e17428885dcad4ca929886
fs/hugetlbfs/inode.c: remove null test before kfree

Fix checkpatch warning:
WARNING: kfree(NULL) is safe this check is probably not required

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hugetlbfs/inode.c