提交 70f2836d 编写于 作者: L Linus Torvalds

Merge tag 'please-pull-misc-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux

Pull ia64 fix from Tony Luck:
 "Miscellaneous ia64 fix for 3.8.  Just need to avoid a pending
  namespace collision from other work being merged."

* tag 'please-pull-misc-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
  [IA64] Resolve name space collision for cache_show()
...@@ -275,7 +275,7 @@ static struct attribute * cache_default_attrs[] = { ...@@ -275,7 +275,7 @@ static struct attribute * cache_default_attrs[] = {
#define to_object(k) container_of(k, struct cache_info, kobj) #define to_object(k) container_of(k, struct cache_info, kobj)
#define to_attr(a) container_of(a, struct cache_attr, attr) #define to_attr(a) container_of(a, struct cache_attr, attr)
static ssize_t cache_show(struct kobject * kobj, struct attribute * attr, char * buf) static ssize_t ia64_cache_show(struct kobject * kobj, struct attribute * attr, char * buf)
{ {
struct cache_attr *fattr = to_attr(attr); struct cache_attr *fattr = to_attr(attr);
struct cache_info *this_leaf = to_object(kobj); struct cache_info *this_leaf = to_object(kobj);
...@@ -286,7 +286,7 @@ static ssize_t cache_show(struct kobject * kobj, struct attribute * attr, char * ...@@ -286,7 +286,7 @@ static ssize_t cache_show(struct kobject * kobj, struct attribute * attr, char *
} }
static const struct sysfs_ops cache_sysfs_ops = { static const struct sysfs_ops cache_sysfs_ops = {
.show = cache_show .show = ia64_cache_show
}; };
static struct kobj_type cache_ktype = { static struct kobj_type cache_ktype = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册