Whamcloud - gitweb
LU-8191 lustre: convert mdc,mdd,mdt,mgc functions to static
[fs/lustre-release.git] / lustre / mdt / mdt_som.c
index 8bcc862..c60b220 100644 (file)
@@ -42,7 +42,7 @@
  * \param rc  - is the SOM xattr stored in \a buf
  * \param ms  - is the md_som structure where to extract SOM attributes.
  */
-int lustre_buf2som(void *buf, int rc, struct md_som *ms)
+static int lustre_buf2som(void *buf, int rc, struct md_som *ms)
 {
        struct lustre_som_attrs *attrs = (struct lustre_som_attrs *)buf;
        ENTRY;