]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/fat/inode.c
fat: move fat_i_pos_read to fat.h
[linux.git] / fs / fat / inode.c
index 93fbc8a7f0986a81ef7df9bb121573f6ff08a94d..78e363c844cbb989d48dbfc3e19925a2fa0c3dbd 100644 (file)
@@ -655,20 +655,6 @@ static int fat_statfs(struct dentry *dentry, struct kstatfs *buf)
        return 0;
 }
 
-static inline loff_t fat_i_pos_read(struct msdos_sb_info *sbi,
-                                   struct inode *inode)
-{
-       loff_t i_pos;
-#if BITS_PER_LONG == 32
-       spin_lock(&sbi->inode_hash_lock);
-#endif
-       i_pos = MSDOS_I(inode)->i_pos;
-#if BITS_PER_LONG == 32
-       spin_unlock(&sbi->inode_hash_lock);
-#endif
-       return i_pos;
-}
-
 static int __fat_write_inode(struct inode *inode, int wait)
 {
        struct super_block *sb = inode->i_sb;