From 0e17d28e28c8b4466ee63df57e52d044d4222b75 Mon Sep 17 00:00:00 2001 From: nfshp Date: Wed, 9 Apr 2003 08:43:21 +0000 Subject: [PATCH] [liblustre]: following the recent libsysio changes. --- lustre/liblustre/super.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/liblustre/super.c b/lustre/liblustre/super.c index 7cafd5e..093458b 100644 --- a/lustre/liblustre/super.c +++ b/lustre/liblustre/super.c @@ -217,6 +217,7 @@ struct inode* llu_new_inode(struct filesys *fs, ino_t ino, mode_t mode) #else mode, /* all of the bits! */ #endif + 0, &llu_inode_ops, lli); if (!inode) -- 1.8.3.1