commit | a1f6dbac629e36f89a1332b5ae773b831c136ee9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Aug 20 11:05:50 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Oct 09 02:39:07 2014 -0400 |
tree | 44e75e36a419a6714f81c5c9c7539d74581b82c0 | |
parent | 8e3fb059ae7c246ff906c3b988d0de1d66809e84 [diff] |
dma-buf: don't open-code atomic_long_read() ... not to mention that even atomic_long_read() is too low-level here - there's file_count(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>