Check whether readpages has non-contiguous pages in its list
[pohmelfs.git] / fs / pohmelfs / symlink.c
blob80a9d871681a76b1ee46ecfb10acba14d8bdbfc8
1 /*
2 * Copyright (C) 2011+ Evgeniy Polyakov <zbr@ioremap.net>
3 */
5 #include <linux/namei.h>
7 #include "pohmelfs.h"
9 const struct inode_operations pohmelfs_symlink_inode_operations = {
10 .readlink = generic_readlink,
11 .follow_link = page_follow_link_light,
12 .put_link = page_put_link,