]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfs/delegation.c
NFSv4: Convert delegation->type field to fmode_t
[linux-2.6-omap-h63xx.git] / fs / nfs / delegation.c
index e75f2f8c5245a64a86f14aed22354f2da8c0004b..968225a88015b5c544394dc321831e642ee210ff 100644 (file)
@@ -48,7 +48,7 @@ void nfs_mark_delegation_referenced(struct nfs_delegation *delegation)
        set_bit(NFS_DELEGATION_REFERENCED, &delegation->flags);
 }
 
-int nfs_have_delegation(struct inode *inode, int flags)
+int nfs_have_delegation(struct inode *inode, fmode_t flags)
 {
        struct nfs_delegation *delegation;
        int ret = 0;