]> git.baikalelectronics.ru Git - 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)
commit9fa01f0dd1b20a2318431f5b08ace42ea9c0b0db
treeb509e57a21956f979e40c1fcb04dbf9f54cde354
parent6ad2141bb55bcf335ceec9208141fc9a68e7b73f
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