diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:59:46 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 23:59:46 -0800 |
| commit | a914dd8b3b9ee9ccb2659b55fc98933c9f2a9c73 (patch) | |
| tree | e6c0b33fa9cb9e04c00fc0ca11763e67be7c7c15 /fs/proc/array.c | |
| parent | ba6edf537004b1c68a0736c95ebe39a30a2537fb (diff) | |
v2.5.1.5 -> v2.5.1.6
- Davide Libenzi: nicer timeslices for scheduler
- Arnaldo: wd7000 scsi driver cleanups and bio update
- Greg KH: USB update (including initial 2.0 support)
- me: strict typechecking on "kdev_t"
Diffstat (limited to 'fs/proc/array.c')
| -rw-r--r-- | fs/proc/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c index 5be5492c5e9a..c25745603e64 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -555,7 +555,7 @@ static int proc_pid_maps_get_line (char *buf, struct vm_area_struct *map) str[3] = flags & VM_MAYSHARE ? 's' : 'p'; str[4] = 0; - dev = 0; + dev = NODEV; ino = 0; if (map->vm_file != NULL) { dev = map->vm_file->f_dentry->d_inode->i_dev; |
