aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/xattr.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@digeo.com>2003-06-20 08:16:09 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2003-06-20 08:16:09 -0700
commitf5d256f844d50805f2e6b40aaf19460cd9b2e22b (patch)
tree2b77e5a8a66ce47462c69a3800a785328bbf1f91 /fs/ext3/xattr.c
parent1ca5d490067a9a9023ed6bf02696e6035809940d (diff)
downloadhistory-f5d256f844d50805f2e6b40aaf19460cd9b2e22b.tar.gz
[PATCH] ext3/JBD: remove trailing whitespace
ext3 and JBD still have enormous numbers of lines which end in tabs. Fix them all up.
Diffstat (limited to 'fs/ext3/xattr.c')
-rw-r--r--fs/ext3/xattr.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/fs/ext3/xattr.c b/fs/ext3/xattr.c
index 5ca5e3086e0670..066316459d8315 100644
--- a/fs/ext3/xattr.c
+++ b/fs/ext3/xattr.c
@@ -481,7 +481,7 @@ ext3_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index,
unsigned int name_len;
int min_offs = sb->s_blocksize, not_found = 1, free, error;
char *end;
-
+
/*
* header -- Points either into bh, or to a temporarily
* allocated buffer.
@@ -493,7 +493,7 @@ ext3_xattr_set_handle(handle_t *handle, struct inode *inode, int name_index,
* towards the end of the block).
* end -- Points right after the block pointed to by header.
*/
-
+
ea_idebug(inode, "name=%d.%s, value=%p, value_len=%ld",
name_index, name, value, (long)value_len);
@@ -736,11 +736,11 @@ ext3_xattr_set_handle2(handle_t *handle, struct inode *inode,
ea_bdebug(new_bh, "%s block %ld",
(old_bh == new_bh) ? "keeping" : "reusing",
new_bh->b_blocknr);
-
+
error = -EDQUOT;
if (DQUOT_ALLOC_BLOCK(inode, 1))
goto cleanup;
-
+
error = ext3_journal_get_write_access(handle, new_bh);
if (error)
goto cleanup;
@@ -782,7 +782,7 @@ getblk_failed:
set_buffer_uptodate(new_bh);
unlock_buffer(new_bh);
ext3_xattr_cache_insert(new_bh);
-
+
ext3_xattr_update_super_block(handle, sb);
}
error = ext3_journal_dirty_metadata(handle, new_bh);
@@ -1108,7 +1108,7 @@ static void ext3_xattr_rehash(struct ext3_xattr_header *header,
{
struct ext3_xattr_entry *here;
__u32 hash = 0;
-
+
ext3_xattr_hash_entry(header, entry);
here = ENTRY(header+1);
while (!IS_LAST_ENTRY(here)) {
@@ -1131,7 +1131,7 @@ int __init
init_ext3_xattr(void)
{
int err;
-
+
err = ext3_xattr_register(EXT3_XATTR_INDEX_USER,
&ext3_xattr_user_handler);
if (err)