Loading fs/gfs2/ops_file.c +4 −3 Original line number Diff line number Diff line Loading @@ -606,9 +606,10 @@ static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl) if (fl->fl_type == F_UNLCK) { do_unflock(file, fl); return 0; } else } else { return do_flock(file, cmd, fl); } } const struct file_operations gfs2_file_fops = { .llseek = gfs2_llseek, Loading Loading
fs/gfs2/ops_file.c +4 −3 Original line number Diff line number Diff line Loading @@ -606,9 +606,10 @@ static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl) if (fl->fl_type == F_UNLCK) { do_unflock(file, fl); return 0; } else } else { return do_flock(file, cmd, fl); } } const struct file_operations gfs2_file_fops = { .llseek = gfs2_llseek, Loading