Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasad Joshi committed Feb 5, 2011
1 parent 392d91a commit a558438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/lzfs_vnops.c
Expand Up @@ -642,7 +642,7 @@ int lzfs_vnop_fsync(struct file *filep, int datasync)
#ifdef HAVE_3ARGS_FILE_FSYNC
inode = dentry->d_inode;
#else
inode = file->f_mapping->host;
inode = filep->f_mapping->host;
#endif

vp = LZFS_ITOV(inode);
Expand Down

0 comments on commit a558438

Please sign in to comment.