Whamcloud - gitweb
LU-307 Send parent FID from client to MDS on NFS open for striping info
[fs/lustre-release.git] / lustre / include / lustre_mds.h
index 2a586ff..f0ceb00 100644 (file)
@@ -87,7 +87,7 @@ int mds_log_op_unlink(struct obd_device *, struct lov_mds_md *, int,
 #define MDD_OBD_UUID     "mdd_obd_uuid"
 #define MDD_OBD_TYPE     "mds"
 
-static inline int md_should_create(__u32 flags)
+static inline int md_should_create(__u64 flags)
 {
        return !(flags & MDS_OPEN_DELAY_CREATE ||
                !(flags & FMODE_WRITE));