btrfs: get rid of unnecessary _fs variable
authorH. Peter Anvin <hpa@zytor.com>
Wed, 3 Mar 2010 03:11:45 +0000 (19:11 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 3 Mar 2010 03:11:45 +0000 (19:11 -0800)
commit704abd01392cebdfd811519d26ea3a4be5cfeab3
tree905d4dd15e1c720c1e8e3e92127fbf0e07941e51
parent19cf2a0eb61fb18ad4c30adda831b69ff0380323
btrfs: get rid of unnecessary _fs variable

Get rid of the unnecessary _fs variable in btrfs_fs_init().  The
compiler would have optimized it out anyway, but it's cleaner if it's
in the source.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/btrfs/btrfs.c