summaryrefslogtreecommitdiff
path: root/fs/gfs2
diff options
context:
space:
mode:
authorAntonio Ospite <ao2@ao2.it>2015-05-01 12:54:38 -0500
committerBob Peterson <rpeterso@redhat.com>2015-05-01 12:54:38 -0500
commit86fbca4923f956dae31247e68dc73ffdfd6e5cb0 (patch)
treed20603657e4be07749d5557de2bd5a86eb36f71a /fs/gfs2
parent086cc672e1cb600b9c17688a4aa44560db858c03 (diff)
GFS2: inode.c: indent with TABs, not spaces
Follow the same style used for the other functions in the same file. Signed-off-by: Antonio Ospite <ao2@ao2.it> Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index 08bc84d7e768..2cd385d151b5 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -1227,8 +1227,8 @@ static int gfs2_mknod(struct inode *dir, struct dentry *dentry, umode_t mode,
*/
static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry,
- struct file *file, unsigned flags,
- umode_t mode, int *opened)
+ struct file *file, unsigned flags,
+ umode_t mode, int *opened)
{
struct dentry *d;
bool excl = !!(flags & O_EXCL);