diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-13 19:14:41 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2021-04-13 19:14:41 +1000 |
commit | d835f82b0645d1ad1ef1786b09596c050fce1515 (patch) | |
tree | 19149d151773ebc6600d60272f42a24bea25d0f2 /fs/ocfs2/dir.c | |
parent | c03156f8d8b7420c9c53d5d37b5c1696a931cb6e (diff) | |
parent | 74a3bdaf209127a7895aec49bf399af2c3dc27b7 (diff) | |
download | linux-next-d835f82b0645d1ad1ef1786b09596c050fce1515.tar.gz |
Merge branch 'akpm/master'
Diffstat (limited to 'fs/ocfs2/dir.c')
-rw-r--r-- | fs/ocfs2/dir.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index bdfba9db558a..bd8d534f11cb 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-or-later -/* -*- mode: c; c-basic-offset: 8; -*- - * vim: noexpandtab sw=8 ts=8 sts=0: - * +/* * dir.c * * Creates, reads, walks and deletes directory-nodes |