[PVFS2-CVS] commit by rbross in pvfs2/src/kernel/linux-2.6: inode.c
CVS commit program
cvs at parl.clemson.edu
Tue Jan 11 12:48:52 EST 2005
Update of /projects/cvsroot/pvfs2/src/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv32294/src/kernel/linux-2.6
Modified Files:
inode.c
Log Message:
Just the first step of doxygen for inode.c; gotta go.
Index: inode.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/kernel/linux-2.6/inode.c,v
diff -p -u -r1.50 -r1.51
--- inode.c 15 Sep 2004 19:33:01 -0000 1.50
+++ inode.c 11 Jan 2005 17:48:52 -0000 1.51
@@ -4,6 +4,12 @@
* See COPYING in top-level directory.
*/
+/** \file
+ * \ingroup pvfs2linux
+ *
+ * Linux VFS inode operations.
+ */
+
#include "pvfs2-kernel.h"
#include "pvfs2-bufmap.h"
@@ -316,6 +322,7 @@ int pvfs2_getattr(
}
#endif /* PVFS2_LINUX_KERNEL_2_4 */
+/** PVFS2 implementation of VFS inode operations */
struct inode_operations pvfs2_file_inode_operations =
{
#ifdef PVFS2_LINUX_KERNEL_2_4
More information about the PVFS2-CVS
mailing list