nfsd: remove unused argument to nfs4_has_reclaimed_state

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Jeff Layton
2012-11-09 15:06:38 -05:00
committed by J. Bruce Fields
parent 698d8d875a
commit a0af710a65
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ purge_old(struct dentry *parent, struct dentry *child)
{
int status;
if (nfs4_has_reclaimed_state(child->d_name.name, false))
if (nfs4_has_reclaimed_state(child->d_name.name))
return 0;
status = vfs_rmdir(parent->d_inode, child);