rbd: introduce rbd_is_snap()
[linux-2.6-microblaze.git] / fs / file_table.c
index b07b53f..30d55c9 100644 (file)
@@ -327,6 +327,7 @@ void flush_delayed_fput(void)
 {
        delayed_fput(NULL);
 }
+EXPORT_SYMBOL_GPL(flush_delayed_fput);
 
 static DECLARE_DELAYED_WORK(delayed_fput_work, delayed_fput);