| Submitter | Artem Bityutskiy |
|---|---|
| Date | April 24, 2011, 10:02 a.m. |
| Message ID | <1303639337-15836-1-git-send-email-dedekind1@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/92653/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/ubifs/debug.c b/fs/ubifs/debug.c index ba4d795..d64cd21 100644 --- a/fs/ubifs/debug.c +++ b/fs/ubifs/debug.c @@ -2822,7 +2822,6 @@ static ssize_t write_debugfs_file(struct file *file, const char __user *buf, } else return -EINVAL; - *ppos += count; return count; }