Whamcloud - gitweb
libext2fs: remove unused variable 'old_flags'
authorEric Biggers <ebiggers@google.com>
Mon, 29 Apr 2019 00:37:45 +0000 (20:37 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 29 Apr 2019 00:37:45 +0000 (20:37 -0400)
commitca82f176f11d5f7f4dd32b7125da9801bfb79d33
treefc1d905594b4ceeed7e25aa8bf045f9de325bf3e
parent8817d2542ede7dbd2f2c562f170c81ad7b80b445
libext2fs: remove unused variable 'old_flags'

In ext2fs_write_inode2(), the 'old_flags' variable is never used.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/inode.c