VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Benjamin Marzinski <bmarzins@redhat.com> 2007-09-18 13:33:18 -0500 committer: Steven Whitehouse <swhiteho@redhat.com> 2007-10-10 08:56:29 +0100 commit: 7a9f53b3c1875bef22ad4588e818bc046ef183da parent: de986e859a29097fb9211b052d86a9a2c868f6cd
Commit Summary:
[GFS2] Alternate gfs2_iget to avoid looking up inodes being freed
Diffstat:
1 file changed, 2 insertions, 1 deletion
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h
index 4517ac82c01c..351ac87ab384 100644
--- a/fs/gfs2/inode.h
+++ b/fs/gfs2/inode.h
@@ -49,7 +49,8 @@ static inline void gfs2_inum_out(const struct gfs2_inode *ip,
 void gfs2_inode_attr_in(struct gfs2_inode *ip);
 void gfs2_set_iop(struct inode *inode);
 struct inode *gfs2_inode_lookup(struct super_block *sb, unsigned type, 
-				u64 no_addr, u64 no_formal_ino);
+				u64 no_addr, u64 no_formal_ino,
+				int skip_freeing);
 struct inode *gfs2_ilookup(struct super_block *sb, u64 no_addr);
 
 int gfs2_inode_refresh(struct gfs2_inode *ip);