GIT: unionfs2-2.6.27.y: cleanup: remove trailing spaces
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:04 EDT 2010
commit 136964dcd796fe9ebd8379ef87383694ec494a73
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date: Sat Mar 24 17:41:57 2007 -0400
cleanup: remove trailing spaces
diff --git a/fs/unionfs/inode.c b/fs/unionfs/inode.c
index 97dad8c..f91cf8c 100644
--- a/fs/unionfs/inode.c
+++ b/fs/unionfs/inode.c
@@ -795,7 +795,7 @@ static void unionfs_put_link(struct dentry *dentry, struct nameidata *nd,
/* Basically copied from the kernel vfs permission(), but we've changed
* the following:
- * (1) the IS_RDONLY check is skipped, and
+ * (1) the IS_RDONLY check is skipped, and
* (2) if you set the mount option `mode=nfsro', we assume that -EACCES
* means that the export is read-only and we should check standard Unix
* permissions. This means that NFS ACL checks (or other advanced
diff --git a/fs/unionfs/lookup.c b/fs/unionfs/lookup.c
index 5157f36..8069698 100644
--- a/fs/unionfs/lookup.c
+++ b/fs/unionfs/lookup.c
@@ -305,7 +305,7 @@ out_negative:
err = PTR_ERR(first_hidden_dentry);
goto out;
}
-
+
/* FIXME: the following line needs to be changed to allow
* mountpoint crossing
*/
diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c
index 4fffafa..75b7129 100644
--- a/fs/unionfs/main.c
+++ b/fs/unionfs/main.c
@@ -483,7 +483,7 @@ out:
return hidden_root_info;
}
-/* our custom d_alloc_root workalike
+/* our custom d_alloc_root workalike
*
* we can't use d_alloc_root if we want to use our own interpose function
* unchanged, so we simply call our own "fake" d_alloc_root
diff --git a/fs/unionfs/rdstate.c b/fs/unionfs/rdstate.c
index b67a86a..2265031 100644
--- a/fs/unionfs/rdstate.c
+++ b/fs/unionfs/rdstate.c
@@ -87,7 +87,7 @@ int init_rdstate(struct file *file)
UNIONFS_F(file)->rdstate = alloc_rdstate(file->f_dentry->d_inode,
fbstart(file));
-
+
return (UNIONFS_F(file)->rdstate ? 0 : -ENOMEM);
}
diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c
index c1048e9..0426773 100644
--- a/fs/unionfs/super.c
+++ b/fs/unionfs/super.c
@@ -102,7 +102,7 @@ static void unionfs_put_super(struct super_block *sb)
spd = UNIONFS_SB(sb);
if (!spd)
return;
-
+
bstart = sbstart(sb);
bend = sbend(sb);
diff --git a/fs/unionfs/union.h b/fs/unionfs/union.h
index b6fa0a2..0d722bd 100644
--- a/fs/unionfs/union.h
+++ b/fs/unionfs/union.h
@@ -98,7 +98,7 @@ struct unionfs_inode_info {
int rdcount;
int hashsize;
int cookie;
-
+
/* The hidden inodes */
struct inode **lower_inodes;
/* to keep track of reads/writes for unlinks before closes */
@@ -152,8 +152,8 @@ struct filldir_node {
/* we can check for duplicate whiteouts and files in the same branch
* in order to return -EIO.
- */
- int bindex;
+ */
+ int bindex;
/* is this a whiteout entry? */
int whiteout;
More information about the unionfs-cvs
mailing list