From: Ryusuke Konishi Date: Sat, 13 Mar 2010 17:01:51 +0000 (+0900) Subject: nilfs2: fix discrepancy in use of static specifier X-Git-Tag: v2.6.34-rc2~44^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c477d44a7dad43a2783b4dea7f4ca3882d77126;p=pandora-kernel.git nilfs2: fix discrepancy in use of static specifier Two segbuf functions, nilfs_segbuf_write and nilfs_segbuf_wait, are declared with the static storage class specifier, but their implementations are not. This fixes the discrepancy. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed