Commit 276c9776 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] jbd sparse fixes

parent 4072ea9e
...@@ -1800,7 +1800,7 @@ int read_jbd_debug(char *page, char **start, off_t off, ...@@ -1800,7 +1800,7 @@ int read_jbd_debug(char *page, char **start, off_t off,
return ret; return ret;
} }
int write_jbd_debug(struct file *file, const char *buffer, int write_jbd_debug(struct file *file, const char __user *buffer,
unsigned long count, void *data) unsigned long count, void *data)
{ {
char buf[32]; char buf[32];
......
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