[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-ntfs-cvs
Subject:    [Linux-NTFS-cvs] CVS: ntfs-driver-tng/linux/fs/ntfs ntfs.h,1.24,1.25
From:       Anton Altaparmakov <antona () users ! sourceforge ! net>
Date:       2002-01-31 23:55:39
[Download RAW message or body]


Changes by: antona

Update of /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv3452/linux/fs/ntfs

Modified Files:
	ntfs.h 
Log Message:
fix NInoBmpNonResident macro bug (cut and paste...)


Index: ntfs.h
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/linux/fs/ntfs/ntfs.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -U2 -r1.24 -r1.25
--- ntfs.h	2002/01/31 09:59:45	1.24
+++ ntfs.h	2002/01/31 23:55:37	1.25
@@ -75,6 +75,8 @@
 	NI_NonResident,		/* 1: Unnamed data attr is non-resident (f).
 				   1: $I30 index alloc attr is present (d). */
-	NI_Compressed,		/* 1: Unnamed data attr is compressed (f). */
-	NI_Encrypted,		/* 1: Unnamed data attr is encrypted (f). */
+	NI_Compressed,		/* 1: Unnamed data attr is compressed (f).
+				   1: Create compressed files by default (d). */
+	NI_Encrypted,		/* 1: Unnamed data attr is encrypted (f).
+				   1: Create encrypted files by default (d). */
 	NI_BmpNonResident,	/* 1: $I30 bitmap attr is non resident (d). */
 } ntfs_inode_state_bits;
@@ -95,5 +97,5 @@
 #define NInoCompressed(n_ino)	  test_bit(NI_Compressed, &(n_ino)->state)
 #define NInoEncrypted(n_ino)	  test_bit(NI_Encrypted, &(n_ino)->state)
-#define NInoBmpNonResident(n_ino) test_bit(NI_Encrypted, &(n_ino)->state)
+#define NInoBmpNonResident(n_ino) test_bit(NI_BmpNonResident, &(n_ino)->state)
 
 /* Global variables. */


_______________________________________________
Linux-NTFS-cvs mailing list
Linux-NTFS-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-ntfs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic