Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / smfs / smfs_llog.c
1 /*
2  * llog.c
3  */
4 #define DEBUG_SUBSYSTEM S_SM
5
6 #include <linux/module.h>
7 #include <linux/kernel.h>
8 #include <linux/string.h>
9 #include <linux/slab.h>
10 #include <linux/stat.h>
11 #include <linux/unistd.h>
12 #include <linux/lustre_idl.h> 
13
14 #include "smfs_internal.h"
15
16 int smfs_llog_setup(struct llog_ctxt **p_ctxt)
17 {
18         int rc = 0;
19     
20         RETURN(rc);
21 }       
22
23
24
25
26
27