X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flod%2Flod_pool.c;h=17b625d10ce24779af5e97ffe6a13b769a469cba;hp=0a3fce14d0dee681878898330c79a7a92282b4e8;hb=d106dfc1458702865118e73bfcdfc2ec2676a7d6;hpb=c4be7bab2f06e0db045f940c51a1ecd632ad4fe8 diff --git a/lustre/lod/lod_pool.c b/lustre/lod/lod_pool.c index 0a3fce1..17b625d 100644 --- a/lustre/lod/lod_pool.c +++ b/lustre/lod/lod_pool.c @@ -318,10 +318,10 @@ static int pool_proc_open(struct inode *inode, struct file *file) } const static struct proc_ops pool_proc_operations = { - .open = pool_proc_open, - .read = seq_read, - .llseek = seq_lseek, - .release = seq_release, + .proc_open = pool_proc_open, + .proc_read = seq_read, + .proc_lseek = seq_lseek, + .proc_release = seq_release, }; /**