[GFS2] Fix code style/indent in ops_file.c
Fix a couple of minor issues. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
930cc237d6
commit
d00223f169
@ -606,9 +606,10 @@ static int gfs2_flock(struct file *file, int cmd, struct file_lock *fl)
|
|||||||
if (fl->fl_type == F_UNLCK) {
|
if (fl->fl_type == F_UNLCK) {
|
||||||
do_unflock(file, fl);
|
do_unflock(file, fl);
|
||||||
return 0;
|
return 0;
|
||||||
} else
|
} else {
|
||||||
return do_flock(file, cmd, fl);
|
return do_flock(file, cmd, fl);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const struct file_operations gfs2_file_fops = {
|
const struct file_operations gfs2_file_fops = {
|
||||||
.llseek = gfs2_llseek,
|
.llseek = gfs2_llseek,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user