ALSA: hdspm - Also report autosync_sample_rate on MADI and MADIface
[pandora-kernel.git] / fs / binfmt_misc.c
index 613aa06..790b3cd 100644 (file)
@@ -505,7 +505,7 @@ static struct inode *bm_get_inode(struct super_block *sb, int mode)
 
 static void bm_evict_inode(struct inode *inode)
 {
-       end_writeback(inode);
+       clear_inode(inode);
        kfree(inode->i_private);
 }