X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=fs%2Fd_path.c;h=a7d0a96b35ce5ebf47dec83bce25d531e9943af4;hb=258b16ec9a542d57e78f82e0af0e600bb4aec7fa;hp=e8fce6b1174fb4a250da8c4f19a2981da9dc85d6;hpb=3e98d240981a33290afc9435d01ec248e5880354;p=linux.git diff --git a/fs/d_path.c b/fs/d_path.c index e8fce6b1174f..a7d0a96b35ce 100644 --- a/fs/d_path.c +++ b/fs/d_path.c @@ -316,7 +316,6 @@ char *simple_dname(struct dentry *dentry, char *buffer, int buflen) end = ERR_PTR(-ENAMETOOLONG); return end; } -EXPORT_SYMBOL(simple_dname); /* * Write full pathname from the root of the filesystem into the buffer.