Revision: 5912 http://jnode.svn.sourceforge.net/jnode/?rev=5912&view=rev Author: galatnm Date: 2012-08-10 06:39:34 +0000 (Fri, 10 Aug 2012) Log Message: ----------- Add some extra logging
Modified Paths: -------------- trunk/fs/src/fs/org/jnode/fs/ext2/Ext2Directory.java Modified: trunk/fs/src/fs/org/jnode/fs/ext2/Ext2Directory.java =================================================================== --- trunk/fs/src/fs/org/jnode/fs/ext2/Ext2Directory.java 2012-08-10 06:37:15 UTC (rev 5911) +++ trunk/fs/src/fs/org/jnode/fs/ext2/Ext2Directory.java 2012-08-10 06:39:34 UTC (rev 5912) @@ -61,6 +61,8 @@ if ((iNode.getFlags() & Ext2Constants.EXT4_INODE_EXTENTS_FLAG) != 0) log.info("inode uses extents: " + entry); + if ((iNode.getFlags() & Ext2Constants.EXT2_INDEX_FL) != 0) + log.info("inode uses index: " + entry); } else { readOnly = fs.isReadOnly(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Jnode-svn-commits mailing list Jnode-svn-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits