Commit 3a9c732c authored by J. R. Okajima's avatar J. R. Okajima
Browse files

aufs: tiny, missing a parameter declaration


Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
(cherry picked from commit 9dbd45984201453ecebcc03a91699878aa38239d)
parent 09e38070
...@@ -27,7 +27,7 @@ void au_warn_loopback(struct super_block *h_sb); ...@@ -27,7 +27,7 @@ void au_warn_loopback(struct super_block *h_sb);
int au_loopback_init(void); int au_loopback_init(void);
void au_loopback_fin(void); void au_loopback_fin(void);
#else #else
AuStub(struct file *, loop_backing_file, return NULL) AuStub(struct file *, loop_backing_file, return NULL, struct super_block *sb)
AuStubInt0(au_test_loopback_overlap, struct super_block *sb, AuStubInt0(au_test_loopback_overlap, struct super_block *sb,
struct dentry *h_adding) struct dentry *h_adding)
......
Markdown is supported
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