commit | 01eb7c07968fdab0cca0d2474346cff176537de8 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Jun 06 17:31:30 2006 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Jun 06 17:31:30 2006 -0400 |
tree | 6f83c514aef9ea83e313524a7c460cfddaca0397 | |
parent | 6b61b072a8b54212ab0808c443e5c16699390d25 [diff] |
[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>