X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsocket.c;h=6f2a178819726b7b878aa22a6d79954b61c1e239;hb=05b79bdcb48c18cd9b580c39e3efb9a1ab078151;hp=38729af09461f0be4db5aa89e88d53dab314d9ad;hpb=d039ba24f135147f60a13bcaa768189a5b773b6e;p=linux-2.6 diff --git a/net/socket.c b/net/socket.c index 38729af094..6f2a178819 100644 --- a/net/socket.c +++ b/net/socket.c @@ -383,9 +383,8 @@ int sock_map_fd(struct socket *sock) goto out; } - sprintf(name, "[%lu]", SOCK_INODE(sock)->i_ino); + this.len = sprintf(name, "[%lu]", SOCK_INODE(sock)->i_ino); this.name = name; - this.len = strlen(name); this.hash = SOCK_INODE(sock)->i_ino; file->f_dentry = d_alloc(sock_mnt->mnt_sb->s_root, &this);