From: Ryusuke Konishi Date: Sat, 8 May 2010 18:01:32 +0000 (+0900) Subject: nilfs2: add missing initialization of s_mode X-Git-Tag: v2.6.35-rc1~462^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4571b82cdcd076a3b8ecaddcf9846cb52f9979e5;p=pandora-kernel.git nilfs2: add missing initialization of s_mode An fmode_t argument is passed to kill_block_super() through s_mode member of the super_block structure. This is used to release the block device with the same mode, however, nilfs does not set s_mode anywhere. This modifies nilfs_get_sb function to properly initialize the s_mode member. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed