diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-09-18 21:02:29 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-09-28 16:03:08 -0400 |
commit | 78e4e05c643768af170e5a4b21712d9a7a26cce5 (patch) | |
tree | 877b3f47c16a9e027fe5453418c9d54f339a3aa5 /fs/nfs/nfs4filelayout.c | |
parent | 9369a431bce1e985597eda32992960c969b27c5b (diff) | |
download | blackbird-op-linux-78e4e05c643768af170e5a4b21712d9a7a26cce5.tar.gz blackbird-op-linux-78e4e05c643768af170e5a4b21712d9a7a26cce5.zip |
NFSv4.1: Replace get_device_info() with filelayout_get_device_info()
Fix the namespace pollution issue.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4filelayout.c')
-rw-r--r-- | fs/nfs/nfs4filelayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c index 77cd1151ef0d..af6ee4ad3f15 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c @@ -608,7 +608,7 @@ filelayout_check_layout(struct pnfs_layout_hdr *lo, d = nfs4_find_get_deviceid(NFS_SERVER(lo->plh_inode)->pnfs_curr_ld, NFS_SERVER(lo->plh_inode)->nfs_client, id); if (d == NULL) { - dsaddr = get_device_info(lo->plh_inode, id, gfp_flags); + dsaddr = filelayout_get_device_info(lo->plh_inode, id, gfp_flags); if (dsaddr == NULL) goto out; } else |