Whamcloud - gitweb
LU-8191 lustre: convert osp,osd,osc,ofd functions to static
[fs/lustre-release.git] / lustre / ofd / ofd_access_log.c
index 8d00ed1..088ec66 100644 (file)
@@ -323,7 +323,8 @@ static ssize_t oal_file_write(struct file *filp, const char __user *buf,
        return size > 0 ? size : rc;
 }
 
-unsigned int oal_file_poll(struct file *filp, struct poll_table_struct *wait)
+static unsigned int oal_file_poll(struct file *filp,
+                                 struct poll_table_struct *wait)
 {
        struct oal_circ_buf *ocb = filp->private_data;
        struct ofd_access_log *oal = ocb->ocb_access_log;