diff options
author | Jiri Kosina <jkosina@suse.cz> | 2013-01-29 04:48:30 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-29 04:48:30 -0500 |
commit | 617677295b53a40d0e54aac4cbbc216ffbc755dd (patch) | |
tree | 51b9e87213243ed5efff252c8e8d8fec4eebc588 /fs/nfs/cache_lib.c | |
parent | 5c8d1b68e01a144813e38795fe6dbe7ebb506131 (diff) | |
parent | 6abb7c25775b7fb2225ad0508236d63ca710e65f (diff) |
Merge branch 'master' into for-next
Conflicts:
drivers/devfreq/exynos4_bus.c
Sync with Linus' tree to be able to apply patches that are
against newer code (mvneta).
Diffstat (limited to 'fs/nfs/cache_lib.c')
-rw-r--r-- | fs/nfs/cache_lib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/cache_lib.c b/fs/nfs/cache_lib.c index dded26368111..862a2f16db64 100644 --- a/fs/nfs/cache_lib.c +++ b/fs/nfs/cache_lib.c | |||
@@ -118,7 +118,6 @@ int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd) | |||
118 | struct dentry *dir; | 118 | struct dentry *dir; |
119 | 119 | ||
120 | dir = rpc_d_lookup_sb(sb, "cache"); | 120 | dir = rpc_d_lookup_sb(sb, "cache"); |
121 | BUG_ON(dir == NULL); | ||
122 | ret = sunrpc_cache_register_pipefs(dir, cd->name, 0600, cd); | 121 | ret = sunrpc_cache_register_pipefs(dir, cd->name, 0600, cd); |
123 | dput(dir); | 122 | dput(dir); |
124 | return ret; | 123 | return ret; |