git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d5488
)
nilfs2: fix discrepancy in use of static specifier
author
Ryusuke Konishi
<konishi.ryusuke@lab.ntt.co.jp>
Sat, 13 Mar 2010 17:01:51 +0000
(
02:01
+0900)
committer
Ryusuke 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