From ec163efa1193d3f91fd3684a93b822d6a64bf618 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 3 Apr 2002 10:48:24 +0000 Subject: [PATCH] Add skeleton definition for struct obd_run_ctxt to quiet compiler warning. --- lustre/include/linux/lustre_lib.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/include/linux/lustre_lib.h b/lustre/include/linux/lustre_lib.h index 70fdeb7..0a03f2b 100644 --- a/lustre/include/linux/lustre_lib.h +++ b/lustre/include/linux/lustre_lib.h @@ -37,6 +37,9 @@ inline void lustre_put_page(struct page *page); struct page * lustre_get_page(struct inode *dir, unsigned long n); int lustre_prepare_page(unsigned from, unsigned to, struct page *page); int lustre_commit_page(struct page *page, unsigned from, unsigned to); + +/* simple.c */ +struct obd_run_ctxt; void push_ctxt(struct obd_run_ctxt *save, struct obd_run_ctxt *new); void pop_ctxt(struct obd_run_ctxt *saved); int simple_mkdir(struct dentry *dir, char *name, int mode); -- 1.8.3.1