summaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorAntonio Ospite2015-05-01 19:54:38 +0200
committerBob Peterson2015-05-01 19:54:38 +0200
commit86fbca4923f956dae31247e68dc73ffdfd6e5cb0 (patch)
treed20603657e4be07749d5557de2bd5a86eb36f71a /fs/gfs2
parentGFS2: mark the journal idle to fix ro mounts (diff)
downloadkernel-qcow2-linux-86fbca4923f956dae31247e68dc73ffdfd6e5cb0.tar.gz
kernel-qcow2-linux-86fbca4923f956dae31247e68dc73ffdfd6e5cb0.tar.xz
kernel-qcow2-linux-86fbca4923f956dae31247e68dc73ffdfd6e5cb0.zip
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);