Staging
v0.5.1
https://github.com/torvalds/linux
Revision 6bcfd601861cce45ca73ac1d714f1286b6b3f0d4 authored by Christoph Hellwig on 23 May 2008, 20:04:34 UTC, committed by Linus Torvalds on 24 May 2008, 16:56:09 UTC
Kill the trivial and rather pointless file_path wrapper around d_path.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 03de250
Raw File
Tip revision: 6bcfd601861cce45ca73ac1d714f1286b6b3f0d4 authored by Christoph Hellwig on 23 May 2008, 20:04:34 UTC
md: kill file_path wrapper
Tip revision: 6bcfd60
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.ko
*.so
*.so.dbg
*.mod.c
*.i
*.lst
*.symtypes
*.order

#
# Top-level generic files
#
tags
TAGS
vmlinux*
!vmlinux.lds.S
System.map
Module.markers
Module.symvers
!.gitignore

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h
include/linux/bounds.h

# stgit generated dirs
patches-*

# quilt's files
patches
series

# cscope files
cscope.*

*.orig
*~
\#*#
back to top