From 9a6aa5fe04f049f6ee2fc29e76bc4bc0df6d2252 Mon Sep 17 00:00:00 2001 From: Zheng Liu Date: Sat, 2 Mar 2013 17:24:05 -0500 Subject: [PATCH] --- yaml --- r: 360523 b: refs/heads/master c: d4e439549127d3ca544482551f5f1af4f114debd h: refs/heads/master i: 360521: fb6f4964fe524c58e1233e35cc9b54d0db9c1f48 360519: 4291c0a152353a1b1641b0fd8815d6edcde2ec1f v: v3 --- [refs] | 2 +- trunk/fs/ext4/dir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c6ffc4a7ea87..a5eff540ec51 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 810da240f221d64bf90020f25941b05b378186fe +refs/heads/master: d4e439549127d3ca544482551f5f1af4f114debd diff --git a/trunk/fs/ext4/dir.c b/trunk/fs/ext4/dir.c index 3882fbc5e215..b8eeaf15b034 100644 --- a/trunk/fs/ext4/dir.c +++ b/trunk/fs/ext4/dir.c @@ -334,7 +334,7 @@ static inline loff_t ext4_get_htree_eof(struct file *filp) * * For non-htree, ext4_llseek already chooses the proper max offset. */ -loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) +static loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) { struct inode *inode = file->f_mapping->host; int dx_dir = is_dx_dir(inode);