From eca5ddc891ea9786c88633a62c1e23cdc64de894 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 25 Apr 2009 01:12:15 +0000 Subject: [PATCH] Branch b1_8 Quiet compiler warning. b=15981 o=girish.shilamkar i=adilger i=robert.read --- lustre/liblustre/super.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/liblustre/super.c b/lustre/liblustre/super.c index 69fd59c..a8b94c4 100644 --- a/lustre/liblustre/super.c +++ b/lustre/liblustre/super.c @@ -987,6 +987,7 @@ static int llu_readlink_internal(struct inode *inode, ENTRY; *request = NULL; + *symname = NULL; if (lli->lli_symlink_name) { *symname = lli->lli_symlink_name; -- 1.8.3.1