X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_mds.h;h=f0ceb00563c3796f99770f585620a6bd3961f9be;hb=43c01b9d94e783295edc2d1432ed3af0076a0e51;hp=59951fcf6d7921b96b128a8ddfb0c0e4d4c46fe3;hpb=45c495867c903379ec9e9acf01d3d49caffa36e4;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_mds.h b/lustre/include/lustre_mds.h index 59951fc..f0ceb00 100644 --- a/lustre/include/lustre_mds.h +++ b/lustre/include/lustre_mds.h @@ -26,7 +26,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -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));