diff options
author | 2009-10-09 09:57:45 -0400 | |
---|---|---|
committer | 2009-10-09 09:57:45 -0400 | |
commit | e9061e214810c9534381a705a1b46533e09f2676 (patch) | |
tree | 7eed17ffbfc2eeb06da70dafe8087855c4b22a60 /arch/x86/mm/fault.c | |
parent | Btrfs: constify dentry_operations (diff) | |
download | linux-dev-e9061e214810c9534381a705a1b46533e09f2676.tar.xz linux-dev-e9061e214810c9534381a705a1b46533e09f2676.zip |
Btrfs: fix uninit compiler warning in cow_file_range_nocow
The extent_type variable was exposed uninit via a goto. It should be
impossible to trigger because it is protected by a check on another
variable, but this makes sure.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'arch/x86/mm/fault.c')
0 files changed, 0 insertions, 0 deletions