ecryptfs: Fix warning in ecryptfs_process_response()
authorPrarit Bhargava <prarit@redhat.com>
Thu, 27 May 2010 15:19:30 +0000 (11:19 -0400)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Mon, 9 Aug 2010 15:33:03 +0000 (10:33 -0500)
Fix warning seen with "make -j24 CONFIG_DEBUG_SECTION_MISMATCH=y V=1":

fs/ecryptfs/messaging.c: In function 'ecryptfs_process_response':
fs/ecryptfs/messaging.c:276: warning: 'daemon' may be used uninitialized in this function

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>

No differences found