]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/gfs2/xattr.c
[GFS2] Fix warning on impossible event in eattr code
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 6 Jun 2006 21:31:30 +0000 (17:31 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 6 Jun 2006 21:31:30 +0000 (17:31 -0400)
commit01eb7c07968fdab0cca0d2474346cff176537de8
tree6f83c514aef9ea83e313524a7c460cfddaca0397
parent6b61b072a8b54212ab0808c443e5c16699390d25
[GFS2] Fix warning on impossible event in eattr code

The caller ensures that ea_list_i() is never called with an
invalid type, so lets BUG() if we see one. This clears up
a couple of compiler warnings too.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/eattr.c