JFS: Remove redundant kfree() NULL pointer checks
authorJesper Juhl <juhl-lkml@dif.dk>
Mon, 9 May 2005 15:47:14 +0000 (10:47 -0500)
committerDave Kleikamp <shaggy@austin.ibm.com>
Mon, 9 May 2005 15:47:14 +0000 (10:47 -0500)
commit259692bd5a2b2c2d351dd90748ba4126bc2a21b9
treefa35d57768a76bbd88fa54b33daf922e9415f9da
parent6f817abc643ec84cf07c99f964d04976212e1fd3
JFS: Remove redundant kfree() NULL pointer checks

kfree() can handle a NULL pointer, don't worry about passing it one.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
fs/jfs/acl.c
fs/jfs/xattr.c