Skip to content
Commit 6c477d44 authored by Ryusuke Konishi's avatar Ryusuke Konishi
Browse files

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: default avatarRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
parent 57d54889
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment