commit | 763641d81202834e9d64de2019d1edec12868f4f | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Oct 26 22:55:40 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Oct 27 21:39:39 2010 +0200 |
tree | cabbf932e3f6676bfbce6be27744795700011bfb | |
parent | f9ba5375a8aae4aeea6be15df77e24707a429812 [diff] |
lockd: push lock_flocks down lockd should use lock_flocks() instead of lock_kernel() to lock against posix locks accessing the i_flock list. This is a prerequisite to turning lock_flocks into a spinlock. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: J. Bruce Fields <bfields@redhat.com>