From e6260f6d108786e676933c3f60c10901df901867 Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Tue, 21 Oct 2008 22:24:15 +0000 Subject: [PATCH] Branch b1_8_gate b=1819 i=adilger i=nathan Add an import file to the osc, mdc, and mgc proc dir. --- lustre/include/lprocfs_status.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/include/lprocfs_status.h b/lustre/include/lprocfs_status.h index 52fb04b..66b8d5a 100644 --- a/lustre/include/lprocfs_status.h +++ b/lustre/include/lprocfs_status.h @@ -469,6 +469,8 @@ extern int lprocfs_rd_server_uuid(char *page, char **start, off_t off, int count, int *eof, void *data); extern int lprocfs_rd_conn_uuid(char *page, char **start, off_t off, int count, int *eof, void *data); +extern int lprocfs_rd_import(char *page, char **start, off_t off, int count, + int *eof, void *data); extern int lprocfs_rd_connect_flags(char *page, char **start, off_t off, int count, int *eof, void *data); extern int lprocfs_rd_num_exports(char *page, char **start, off_t off, @@ -761,6 +763,8 @@ static inline int lprocfs_rd_server_uuid(char *page, char **start, off_t off, static inline int lprocfs_rd_conn_uuid(char *page, char **start, off_t off, int count, int *eof, void *data) { return 0; } +static inline int lprocfs_rd_import(char *page, char **start, off_t off, int count, + int *eof, void *data) { return 0; } static inline int lprocfs_rd_connect_flags(char *page, char **start, off_t off, int count, int *eof, void *data) { return 0; } -- 1.8.3.1