fanotify: support limited functionality for unprivileged users
[linux-2.6-microblaze.git] / fs / notify / fdinfo.c
index f0d6b54..a712b2a 100644 (file)
@@ -144,7 +144,8 @@ void fanotify_show_fdinfo(struct seq_file *m, struct file *f)
        struct fsnotify_group *group = f->private_data;
 
        seq_printf(m, "fanotify flags:%x event-flags:%x\n",
-                  group->fanotify_data.flags, group->fanotify_data.f_flags);
+                  group->fanotify_data.flags,
+                  group->fanotify_data.f_flags);
 
        show_fdinfo(m, f, fanotify_fdinfo);
 }