diff options
| -rw-r--r-- | fs/xfs/linux-2.6/xfs_export.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/xfs/linux-2.6/xfs_export.c b/fs/xfs/linux-2.6/xfs_export.c index 80eb249f2fa0..821bd12dd858 100644 --- a/fs/xfs/linux-2.6/xfs_export.c +++ b/fs/xfs/linux-2.6/xfs_export.c | |||
| @@ -78,7 +78,7 @@ linvfs_decode_fh( | |||
| 78 | } | 78 | } | 
| 79 | 79 | ||
| 80 | fh = (__u32 *)&ifid; | 80 | fh = (__u32 *)&ifid; | 
| 81 | return find_exported_dentry(sb, fh, parent, acceptable, context); | 81 | return sb->s_export_op->find_exported_dentry(sb, fh, parent, acceptable, context); | 
| 82 | } | 82 | } | 
| 83 | 83 | ||
| 84 | 84 | ||
