Whamcloud - gitweb
LU-5463 osc: update kms in brw_interpret() properly
[fs/lustre-release.git] / lustre / include / lvfs.h
index 293abbd..4079429 100644 (file)
@@ -40,6 +40,7 @@
 #define __LVFS_H__
 
 #include <libcfs/libcfs.h>
+
 #if defined(__linux__)
 #include <linux/lvfs.h>
 #elif defined(__APPLE__)
@@ -53,4 +54,5 @@
 /* ptlrpc_sec_ctx.c */
 void push_ctxt(struct lvfs_run_ctxt *save, struct lvfs_run_ctxt *new_ctx);
 void pop_ctxt(struct lvfs_run_ctxt *saved, struct lvfs_run_ctxt *new_ctx);
+
 #endif