commit | 7dd690c82029ed34aafdb58ce7463cdead69abb5 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Feb 12 07:28:55 2013 +0900 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Feb 12 07:28:55 2013 +0900 |
tree | e1bc30290733951ea5356611d4b2d6408d5c7a7d | |
parent | 90b2fc64f0a6d6a6706eae0a90038ed576d5d4b6 [diff] |
f2fs: avoid build warning This patch removes the following build warning: fs/f2fs/node.c: warning: 'nofs' may be used uninitialized in this function [-Wuninitialized]: => 738:8 Note that this is a false alarm. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>