X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_som.c;h=c60b22017b2e37a08a518b58cdfb692f75951226;hb=38d151f2f65d76fc392d356519227a648e114b5f;hp=8bcc862d9e170c4ba9e0885a7e3a9bc4997f41ec;hpb=2fa075d10f72f1400e4da9bdcaec905858b0a264;p=fs%2Flustre-release.git diff --git a/lustre/mdt/mdt_som.c b/lustre/mdt/mdt_som.c index 8bcc862..c60b220 100644 --- a/lustre/mdt/mdt_som.c +++ b/lustre/mdt/mdt_som.c @@ -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;