[Ocfs2-commits] mfasheh commits r1336 - trunk/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Fri Aug 6 21:18:08 CDT 2004
Author: mfasheh
Date: 2004-08-06 20:18:06 -0500 (Fri, 06 Aug 2004)
New Revision: 1336
Modified:
trunk/src/inode.c
Log:
* remove an unused flag
Modified: trunk/src/inode.c
===================================================================
--- trunk/src/inode.c 2004-08-06 23:45:20 UTC (rev 1335)
+++ trunk/src/inode.c 2004-08-07 01:18:06 UTC (rev 1336)
@@ -78,8 +78,6 @@
}
ocfs_find_inode_args;
-#define OCFS_FIND_INODE_FLAG_SYSFILE 0x00000002
-
static int ocfs_readpage (struct file *file, struct page *page);
static int ocfs_prepare_write (struct file *file, struct page *page, unsigned from, unsigned to);
static int ocfs_commit_write (struct file *file, struct page *page, unsigned from, unsigned to);
More information about the Ocfs2-commits
mailing list