Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv14916/linux/fs/ntfs
Modified Files:
inode.c
Log Message:
typo
Index: inode.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs/inode.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -U2 -r1.71 -r1.72
--- inode.c 4 Mar 2002 23:48:05 -0000 1.71
+++ inode.c 5 Mar 2002 00:00:04 -0000 1.72
@@ -559,5 +559,5 @@
goto put_unm_err_out;
}
- if (ctx->attr->_ANR(lowest_vcn))
+ if (ctx->attr->_ANR(lowest_vcn)) {
ntfs_error(vi->i_sb, "First extent of "
"$INDEX_ALLOCATION attribute has non "
@@ -600,5 +600,5 @@
if (ctx->attr->non_resident) {
ni->state |= 1 << NI_BmpNonResident;
- if (ctx->attr->_ANR(lowest_vcn))
+ if (ctx->attr->_ANR(lowest_vcn)) {
ntfs_error(vi->i_sb, "First extent of $BITMAP "
"attribute has non zero "
|