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>
diff --git a/fs/ntfs/ChangeLog b/fs/ntfs/ChangeLog
index b29e0618..51428bf 100644
--- a/fs/ntfs/ChangeLog
+++ b/fs/ntfs/ChangeLog
@@ -103,6 +103,8 @@
 	- Modify ->readpage and ->writepage (fs/ntfs/aops.c) so they detect and
 	  handle the case where an attribute is converted from resident to
 	  non-resident by a concurrent file write.
+	- Remove checks for NULL before calling kfree() since kfree() does the
+	  checking itself.  (Jesper Juhl)
 
 2.1.22 - Many bug and race fixes and error handling improvements.