locks: remove i_flock field from struct inode
authorJeff Layton <jlayton@primarydata.com>
Fri, 16 Jan 2015 20:05:56 +0000 (15:05 -0500)
committerJeff Layton <jeff.layton@primarydata.com>
Fri, 16 Jan 2015 21:08:49 +0000 (16:08 -0500)
commita7231a97467d5a0c36f82f581c76c12c034e4b80
treed0b9936fde54adf4f2424943fec15fc3ddbca4b6
parent8634b51f6ca298fb8b07aa4847340764903533ab
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>
include/linux/fs.h
This page took 0.036481 seconds and 5 git commands to generate.