diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-15 08:43:29 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-15 08:43:29 -0800 |
commit | 620751a25964582595c6e7935777af954b24cb96 (patch) | |
tree | 3dc0192da57b1490665ce69cae21d73da29f4170 /fs/gfs2/inode.h | |
parent | f187a4514f54382ab017e8630d7d1f51732dabd8 (diff) | |
parent | 044b9414c7caf9a26192c73a5b88fa1a8a32a1c1 (diff) | |
download | linux-3.10-620751a25964582595c6e7935777af954b24cb96.tar.gz linux-3.10-620751a25964582595c6e7935777af954b24cb96.tar.bz2 linux-3.10-620751a25964582595c6e7935777af954b24cb96.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
* git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes:
GFS2: Fix inode deallocation race
Diffstat (limited to 'fs/gfs2/inode.h')
-rw-r--r-- | fs/gfs2/inode.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/gfs2/inode.h b/fs/gfs2/inode.h index 6720d7d5fbc..d8499fadcc5 100644 --- a/fs/gfs2/inode.h +++ b/fs/gfs2/inode.h @@ -99,7 +99,9 @@ err: extern void gfs2_set_iop(struct inode *inode); extern struct inode *gfs2_inode_lookup(struct super_block *sb, unsigned type, u64 no_addr, u64 no_formal_ino); -extern void gfs2_process_unlinked_inode(struct super_block *sb, u64 no_addr); +extern struct inode *gfs2_lookup_by_inum(struct gfs2_sbd *sdp, u64 no_addr, + u64 *no_formal_ino, + unsigned int blktype); extern struct inode *gfs2_ilookup(struct super_block *sb, u64 no_addr); extern int gfs2_inode_refresh(struct gfs2_inode *ip); |