nilfs2: fix discrepancy in use of static specifier
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 13 Mar 2010 17:01:51 +0000 (02:01 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sun, 14 Mar 2010 01:27:27 +0000 (10:27 +0900)
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 <konishi.ryusuke@lab.ntt.co.jp>

No differences found