[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1285439521-2557-7-git-send-email-tdent48227@gmail.com>
Date: Sat, 25 Sep 2010 14:31:58 -0400
From: Tracey Dent <tdent48227@...il.com>
To: tytso@....edu
Cc: adilger.kernel@...ger.ca, jack@...e.cz, dmonakhov@...nvz.org,
sandeen@...hat.com, hch@....de, linux-ext4@...r.kernel.org,
linux-kernel@...r.kernel.org, Tracey Dent <Tdent48227@...il.com>,
Tracey Dent <tdent48227@...il.com>
Subject: [PATCH 07/10] Fs: ext4: file: fixed indent problem
From: Tracey Dent <Tdent48227@...il.com>
Fixed indent problem that was detected by checkpatch.pl
Signed-off-by: Tracey Dent <tdent48227@...il.com>
---
fs/ext4/file.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ext4/file.c b/fs/ext4/file.c
index ee92b66..d75e8e6 100644
--- a/fs/ext4/file.c
+++ b/fs/ext4/file.c
@@ -43,7 +43,7 @@ static int ext4_release_file(struct inode *inode, struct file *filp)
/* if we are the last writer on the inode, drop the block reservation */
if ((filp->f_mode & FMODE_WRITE) &&
(atomic_read(&inode->i_writecount) == 1) &&
- !EXT4_I(inode)->i_reserved_data_blocks)
+ !EXT4_I(inode)->i_reserved_data_blocks)
{
down_write(&EXT4_I(inode)->i_data_sem);
ext4_discard_preallocations(inode);
--
1.7.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists