lkml.org 
[lkml]   [2011]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] btrfs: fixed a braces code style issue
i fixed a braces code style issue on inode.c

Signed-off-by: Tim Peters <mail@darksecond.nl>
---
fs/btrfs/inode.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index fb9bd78..46125c3 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -467,11 +467,10 @@ again:
*/
total_in = (total_in + PAGE_CACHE_SIZE - 1) &
~(PAGE_CACHE_SIZE - 1);
- if (total_compressed >= total_in) {
+ if (total_compressed >= total_in)
will_compress = 0;
- } else {
+ else
num_bytes = total_in;
- }
}
if (!will_compress && pages) {
/*
--
1.7.4


\
 
 \ /
  Last update: 2011-02-16 00:37    [W:0.079 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site