| | Subject | Re: 2.6.13-rc6-mm1 | | From | Dave Kleikamp <> | | Date | Fri, 19 Aug 2005 11:11:51 -0500 |
| |
It seems that git-ocfs2.patch duplicates the update-filesystems-for-new-delete_inode-behavior.patch. I noticed it adds duplicate statements like:
diff -puN fs/ext2/inode.c~git-ocfs2 fs/ext2/inode.c diff -puN fs/ext3/inode.c~git-ocfs2 fs/ext3/inode.c --- devel/fs/ext3/inode.c~git-ocfs2 2005-08-18 22:00:35.000000000 -0700 +++ devel-akpm/fs/ext3/inode.c 2005-08-18 22:00:37.000000000 -0700 @@ -189,6 +189,8 @@ void ext3_delete_inode (struct inode * i
truncate_inode_pages(&inode->i_data, 0);
+ truncate_inode_pages(&inode->i_data, 0); + if (is_bad_inode(inode)) goto no_delete;
Thanks, Shaggy -- David Kleikamp IBM Linux Technology Center - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|