diff options
author | Eric Sandeen <sandeen@sandeen.net> | 2014-07-24 20:53:10 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2014-07-24 20:53:10 +1000 |
commit | 54aa61f82dc65d72b9c710fbea75c9c31e84399e (patch) | |
tree | 1070b9b265a55a397ffe33421e38150a7bf4728d /crypto/cryptd.c | |
parent | 9de67c3ba9ea961ba420573d56479d09d33a7587 (diff) | |
download | op-kernel-dev-54aa61f82dc65d72b9c710fbea75c9c31e84399e.zip op-kernel-dev-54aa61f82dc65d72b9c710fbea75c9c31e84399e.tar.gz |
xfs: tidy up xfs_set_inode32
xfs_set_inode32() caught my eye because it had weird spacing around
the "-1's". In cleaning that up, I realized that the assignment in
the declaration of "ino" is never used; it's rewritten before it
gets read.
Drop the ino initializer from its declaration since it's not used,
and move the agino initialization into the body of the function,
mostly so that we can have pretty whitespace and not exceed 80
columns. :)
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'crypto/cryptd.c')
0 files changed, 0 insertions, 0 deletions