commit | a7231a97467d5a0c36f82f581c76c12c034e4b80 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Fri Jan 16 15:05:56 2015 -0500 |
committer | Jeff Layton <jeff.layton@primarydata.com> | Fri Jan 16 16:08:49 2015 -0500 |
tree | d0b9936fde54adf4f2424943fec15fc3ddbca4b6 | |
parent | 8634b51f6ca298fb8b07aa4847340764903533ab [diff] |
locks: remove i_flock field from struct inode Nothing uses it anymore. Also add a forward declaration for struct file_lock to silence some compiler warnings that the removal triggers. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Acked-by: Christoph Hellwig <hch@lst.de>