Rename struct file->f_ep_lock
authorJonathan Corbet <corbet@lwn.net>
Fri, 6 Feb 2009 20:52:43 +0000 (13:52 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 16 Mar 2009 14:32:27 +0000 (08:32 -0600)
commit684999149002dd046269666a390458e0acb38280
treeb12ea4a953ba2bd90428092e7f35a222a4109510
parent041b62374c7fedc11a8a1eeda2868612d3d1436c
Rename struct file->f_ep_lock

This lock moves out of the CONFIG_EPOLL ifdef and becomes f_lock.  For now,
epoll remains the only user, but a future patch will use it to protect
f_flags as well.

Cc: Davide Libenzi <davidel@xmailserver.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
fs/eventpoll.c
fs/file_table.c
include/linux/eventpoll.h
include/linux/fs.h