]> git.baikalelectronics.ru Git - kernel.git/commit
pnfs: clean up initiate_file_draining layout lookup
authorBenny Halevy <benny@tonian.com>
Sun, 22 Jan 2012 14:03:39 +0000 (16:03 +0200)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 1 Feb 2012 00:28:22 +0000 (19:28 -0500)
commitae021d9bb8d56df919edc346a598edc68513bac1
tree901e19ee275e708f67021a915e3af8394695cc54
parent32f23e7eed8b04dd0b9e3fb9329a1d9720d6b87b
pnfs: clean up initiate_file_draining layout lookup

Fixes the following compiler warning:

fs/nfs/callback_proc.c: In function 'do_callback_layoutrecall':
fs/nfs/callback_proc.c:115:26: warning: 'lo' may be used uninitialized in this function

Reported-by: Jim Rees <rees@umich.edu>
Signed-off-by: Benny Halevy <bhalevy@tonian.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback_proc.c