commit | a5c96ebf1d71df0c5fb77ab58c9aeb307cf02372 | [log] [tgz] |
---|---|---|
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | Tue Nov 02 10:11:37 2010 -0400 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Thu Feb 10 07:51:43 2011 -0500 |
tree | 5b5df6c3f421380d980fea21ccf055b9be364741 | |
parent | a68a27b6f2354273bacc39c3dd06456edb202230 [diff] |
IMA: define readcount functions Define i_readcount_inc/dec() functions to be called from the VFS layer. Changelog: - renamed iget/iput_readcount to i_readcount_inc/dec (Dave Chinner's suggestion) - removed i_lock in iput_readcount() (based on comments:Dave Chinner,Eric Paris) Signed-off-by: Mimi Zohar <zohar@us.ibm.com> Acked-by: Eric Paris <eparis@redhat.com>