From: adilger Date: Sat, 25 Apr 2009 01:12:15 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_0_110~73 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=eca5ddc891ea9786c88633a62c1e23cdc64de894;p=fs%2Flustre-release.git Branch b1_8 Quiet compiler warning. b=15981 o=girish.shilamkar i=adilger i=robert.read --- 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;