Commit 4780d48e authored by J. R. Okajima's avatar J. R. Okajima
Browse files

aufs: cosmetic, fix a comment


Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
parent 8eee39db
...@@ -580,7 +580,7 @@ struct au_hnotify_op { ...@@ -580,7 +580,7 @@ struct au_hnotify_op {
int (*alloc)(struct au_hinode *hinode); int (*alloc)(struct au_hinode *hinode);
/* /*
* if it returns true, the the caller should free hinode->hi_notify, * if it returns true, the caller should free hinode->hi_notify,
* otherwise ->free() frees it. * otherwise ->free() frees it.
*/ */
int (*free)(struct au_hinode *hinode, int (*free)(struct au_hinode *hinode,
......
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