summaryrefslogtreecommitdiffstats
path: root/fs/nfs/pnfs.h
diff options
context:
space:
mode:
authorTrond Myklebust2012-09-19 02:43:31 +0200
committerTrond Myklebust2012-09-28 22:03:06 +0200
commit49a85061b0bc9cb26361096482c81172c666c937 (patch)
treeec64b83a0fdde6ede6d93e3bed776428206d4fb6 /fs/nfs/pnfs.h
parentNFS: Clean up the pNFS layoutget interface (diff)
downloadkernel-qcow2-linux-49a85061b0bc9cb26361096482c81172c666c937.tar.gz
kernel-qcow2-linux-49a85061b0bc9cb26361096482c81172c666c937.tar.xz
kernel-qcow2-linux-49a85061b0bc9cb26361096482c81172c666c937.zip
NFSv4.1: Cleanup add a "pnfs_" prefix to mark_matching_lsegs_invalid
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r--fs/nfs/pnfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h
index d51ef888e71b..6af518934e4c 100644
--- a/fs/nfs/pnfs.h
+++ b/fs/nfs/pnfs.h
@@ -203,7 +203,7 @@ void pnfs_set_layout_stateid(struct pnfs_layout_hdr *lo,
int pnfs_choose_layoutget_stateid(nfs4_stateid *dst,
struct pnfs_layout_hdr *lo,
struct nfs4_state *open_state);
-int mark_matching_lsegs_invalid(struct pnfs_layout_hdr *lo,
+int pnfs_mark_matching_lsegs_invalid(struct pnfs_layout_hdr *lo,
struct list_head *tmp_list,
struct pnfs_layout_range *recall_range);
bool pnfs_roc(struct inode *ino);