diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2010-01-26 01:57:38 +0100 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-01-26 04:20:51 +0100 |
commit | 2bd632165c1f783888bd4cbed95f2f304829159b (patch) | |
tree | a4938fece1a47d22b1f8ca652a8218736b27aa3a /fs/ocfs2/export.c | |
parent | ocfs2: fix a misleading variable name (diff) | |
download | linux-2bd632165c1f783888bd4cbed95f2f304829159b.tar.xz linux-2bd632165c1f783888bd4cbed95f2f304829159b.zip |
ocfs2/trivial: Remove trailing whitespaces
Patch removes trailing whitespaces.
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/export.c')
-rw-r--r-- | fs/ocfs2/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/export.c b/fs/ocfs2/export.c index 15713cbb865c..19ad145d2af3 100644 --- a/fs/ocfs2/export.c +++ b/fs/ocfs2/export.c @@ -239,7 +239,7 @@ static int ocfs2_encode_fh(struct dentry *dentry, u32 *fh_in, int *max_len, mlog(0, "Encoding parent: blkno: %llu, generation: %u\n", (unsigned long long)blkno, generation); } - + *max_len = len; bail: |