summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-11-07 12:44:24 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-12-22 02:34:02 +0300
commit8cdce48509a73cc45a79937237614ddc6e2181e2 (patch)
tree5c5762995f9acbef65dee8a81a3534b4c025ec32
parent464e5947d119ba02b308859861e1644d90d19191 (diff)
downloadlinux-8cdce48509a73cc45a79937237614ddc6e2181e2.tar.xz
Staging: lustre: lustre_mds: Remove unused md_should_create
md_should_create has been defined in header file but not used. Thus remove it. Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/lustre/include/lustre_mds.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/lustre/lustre/include/lustre_mds.h b/drivers/staging/lustre/lustre/include/lustre_mds.h
index a16eb8b61178..95d27ddecfb3 100644
--- a/drivers/staging/lustre/lustre/include/lustre_mds.h
+++ b/drivers/staging/lustre/lustre/include/lustre_mds.h
@@ -62,12 +62,6 @@ struct mds_group_info {
#define MDD_OBD_NAME "mdd_obd"
#define MDD_OBD_UUID "mdd_obd_uuid"
-static inline int md_should_create(__u64 flags)
-{
- return !(flags & MDS_OPEN_DELAY_CREATE ||
- !(flags & FMODE_WRITE));
-}
-
/* these are local flags, used only on the client, private */
#define M_CHECK_STALE 0200000000