mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 08:48:48 +00:00
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>
This commit is contained in:
parent
086cc672e1
commit
86fbca4923
@ -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,
|
static int gfs2_atomic_open(struct inode *dir, struct dentry *dentry,
|
||||||
struct file *file, unsigned flags,
|
struct file *file, unsigned flags,
|
||||||
umode_t mode, int *opened)
|
umode_t mode, int *opened)
|
||||||
{
|
{
|
||||||
struct dentry *d;
|
struct dentry *d;
|
||||||
bool excl = !!(flags & O_EXCL);
|
bool excl = !!(flags & O_EXCL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user