commit | 6e129d00689c4d75253d1d428e82047b0aef5891 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Thu Sep 04 10:25:06 2014 -0400 |
committer | Jeff Layton <jlayton@primarydata.com> | Tue Oct 07 14:06:13 2014 -0400 |
tree | 5a23b9faf036d2a2559148136ed73e4c32cba9c5 | |
parent | 7ca76311fe6c397e9f332e5e6c79e3310d5ee98a [diff] |
locks: flock_make_lock should return a struct file_lock (or PTR_ERR) Eliminate the need for a return pointer. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Reviewed-by: Christoph Hellwig <hch@lst.de>