NTFS: Remove checks for NULL before calling kfree() since kfree() does the
authorJesper Juhl <juhl-lkml@dif.dk>
Mon, 4 Apr 2005 13:59:56 +0000 (14:59 +0100)
committerAnton Altaparmakov <aia21@cantab.net>
Thu, 5 May 2005 10:42:27 +0000 (11:42 +0100)
commit251c8427c9c418674fc3c04a11de95dc3661b560
treeb67bab32762a4a64083de64281b1249bccfd9402
parent53d59aad9326199ef5749c97513db498309a057e
NTFS: Remove checks for NULL before calling kfree() since kfree() does the
      checking itself.  (Jesper Juhl)

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Anton Altaparmakov <aia21@cantab.net>
fs/ntfs/ChangeLog
fs/ntfs/dir.c
fs/ntfs/namei.c
fs/ntfs/super.c