diff options
Diffstat (limited to 'fs/gfs2/eaops.c')
-rw-r--r-- | fs/gfs2/eaops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/eaops.c b/fs/gfs2/eaops.c index 1a7877fe739..92c54e9b0dc 100644 --- a/fs/gfs2/eaops.c +++ b/fs/gfs2/eaops.c @@ -146,7 +146,7 @@ static int system_eo_set(struct gfs2_inode *ip, struct gfs2_ea_request *er) if (error == -ENODATA) error = 0; } - return error; + return error; } return -EPERM; |