coda: remove struct coda_sb_info
The sb_info structure only contains a single pointer to the character device, there is no need for the added indirection. Signed-off-by: Jan Harkes <jaharkes@cs.cmu.edu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
5fd31e9a67
commit
a1b0aa8764
@@ -49,11 +49,6 @@ void coda_cache_clear_inode(struct inode *inode)
|
||||
/* remove all acl caches */
|
||||
void coda_cache_clear_all(struct super_block *sb)
|
||||
{
|
||||
struct coda_sb_info *sbi;
|
||||
|
||||
sbi = coda_sbp(sb);
|
||||
BUG_ON(!sbi);
|
||||
|
||||
atomic_inc(&permission_epoch);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user