X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fopen.c;h=59f1126f879967dbed71a87d3c638b7966fd7cf2;hb=e14748e882aaea81c2c08e700fae09322aa4babb;hp=4e95042984ce2afc5d7a59a578ef79ede602ca14;hpb=0815cfda63da56a2ca3c50e988e4a752593dd8f4;p=mirror_ubuntu-zesty-kernel.git diff --git a/fs/open.c b/fs/open.c index 4e95042984ce..59f1126f8799 100644 --- a/fs/open.c +++ b/fs/open.c @@ -67,6 +67,7 @@ int do_truncate(struct dentry *dentry, loff_t length, unsigned int time_attrs, inode_unlock(dentry->d_inode); return ret; } +EXPORT_SYMBOL_GPL(do_truncate); long vfs_truncate(const struct path *path, loff_t length) { @@ -698,6 +699,7 @@ int open_check_o_direct(struct file *f) } return 0; } +EXPORT_SYMBOL_GPL(open_check_o_direct); static int do_dentry_open(struct file *f, struct inode *inode,